﻿CHARACTERS = {
	c:ZAI = {
		create_character = {
			# Al-Mansur Ali II, Imam of Yemen
			#role = politician # Remove this line
			first_name = "Al-Mansur_Ali"
			last_name = "al_Qasim"
			ruler = yes
			age = 24 # Quite young!
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				imperious
				expensive_tastes
			}
		}	

		create_character = {
			# An-Nasir Abdallah
			#role = politician # Remove this line
			first_name = "An-Nasir_Abdallah"
			last_name = "al_Qasim"
			heir = yes
			age = 25
			interest_group = ig_devout
			ideology = ideology_traditionalist
			traits = {
				ambitious
			}
		}
	}
}
